
  

  
  @property --red-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF2F2;
}
@property --blue-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EFF6FF;
}
@property --grey-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FAFAFA;
}
@property --lime-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F7FEE7;
}
@property --pink-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDF2F8;
}
@property --red-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --red-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FECACA;
}
@property --red-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --red-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F87171;
}
@property --red-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --red-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DC2626;
}
@property --red-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --red-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #991B1B;
}
@property --red-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --teal-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F0FDFA;
}
@property --blue-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --blue-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BFDBFE;
}
@property --blue-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --blue-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #60A5FA;
}
@property --blue-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --blue-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #2563EB;
}
@property --blue-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --blue-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E40AF;
}
@property --blue-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --green-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ECFDF5;
}
@property --grey-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --grey-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #E5E5E5;
}
@property --grey-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --grey-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3A3A3;
}
@property --grey-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --grey-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #525252;
}
@property --grey-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --grey-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #262626;
}
@property --grey-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --lime-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ECFCCB;
}
@property --lime-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D9F99D;
}
@property --lime-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BEF264;
}
@property --lime-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3E635;
}
@property --lime-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #84CC16;
}
@property --lime-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #65A30D;
}
@property --lime-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #4D7C0F;
}
@property --lime-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3F6212;
}
@property --lime-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #365314;
}
@property --pink-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCE7F3;
}
@property --pink-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FBCFE8;
}
@property --pink-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F9A8D4;
}
@property --pink-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F472B6;
}
@property --pink-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EC4899;
}
@property --pink-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DB2777;
}
@property --pink-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BE185D;
}
@property --pink-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #9D174D;
}
@property --pink-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #831843;
}
@property --teal-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #CCFBF1;
}
@property --teal-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #99F6E4;
}
@property --teal-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #5EEAD4;
}
@property --teal-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #2DD4BF;
}
@property --teal-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #14B8A6;
}
@property --teal-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0D9488;
}
@property --teal-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0F766E;
}
@property --teal-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #115E59;
}
@property --teal-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #134E4A;
}
@property --dark-blue {
  syntax: "<color>";
  inherits: true;
  initial-value: #0A3957;
}
@property --green-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --green-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A7F3D0;
}
@property --green-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --green-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #34D399;
}
@property --green-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --green-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #059669;
}
@property --green-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --green-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #065F46;
}
@property --green-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --purple-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F3FF;
}
@property --shadow-lg {
  syntax: "*";
  inherits: true;
  initial-value:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}
@property --shadow-md {
  syntax: "*";
  inherits: true;
  initial-value:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}
@property --shadow-sm {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --shadow-xl {
  syntax: "*";
  inherits: true;
  initial-value: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}
@property --yellow-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FFFBEB;
}
@property --dark-green {
  syntax: "<color>";
  inherits: true;
  initial-value: #112D25;
}
@property --light-blue {
  syntax: "<color>";
  inherits: true;
  initial-value: #9DFAFF;
}
@property --purple-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EDE9FE;
}
@property --purple-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DDD6FE;
}
@property --purple-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #C4B5FD;
}
@property --purple-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A78BFA;
}
@property --purple-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #8B5CF6;
}
@property --purple-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7C3AED;
}
@property --purple-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6D28D9;
}
@property --purple-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #5B21B6;
}
@property --purple-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #4C1D95;
}
@property --shadow-2xl {
  syntax: "*";
  inherits: true;
  initial-value:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@property --yellow-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --yellow-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDE68A;
}
@property --yellow-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --yellow-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FBBF24;
}
@property --yellow-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --yellow-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D97706;
}
@property --yellow-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --yellow-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #92400E;
}
@property --yellow-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --light-green {
  syntax: "<color>";
  inherits: true;
  initial-value: #C4EAB9;
}
@property --shadow-base {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --font-size-lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.125rem;
}
@property --font-size-sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.875rem;
}
@property --font-size-xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.25rem;
}
@property --font-size-xs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.75rem;
}
@property --font-size-2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.5rem;
}
@property --font-size-3xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.875rem;
}
@property --font-size-4xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 2.25rem;
}
@property --font-size-5xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 3rem;
}
@property --font-size-xxs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.625rem;
}
@property --font-size-base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1rem;
}
@property --flutterby-color {
  syntax: "*";
  inherits: true;
  initial-value: ;
}
@property --color--surface-0 {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --color--surface-1 {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --font-weight-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --font-weight-thin {
  syntax: "<number>";
  inherits: true;
  initial-value: 100;
}
@property --color--surface--0 {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --color--surface--1 {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --color--surface--2 {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --font-weight-black {
  syntax: "<number>";
  inherits: true;
  initial-value: 900;
}
@property --font-weight-light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-weight-bolder {
  syntax: "<number>";
  inherits: true;
  initial-value: 800;
}
@property --font-weight-normal {
  syntax: "<number>";
  inherits: true;
  initial-value: 500;
}
@property --font-weight-lighter {
  syntax: "<number>";
  inherits: true;
  initial-value: 200;
}
@property --font-weight-regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight-semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}
@property --color--text--on-surface {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --nordcraft--text--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --color--background--tertiary {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --color--border--on-surface-0 {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --color--border--on-surface-1 {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --color--border--on-surface-2 {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --nordcraft--background--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --color--text--on-surface-variant {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --nordcraft--outline--on-background {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --nordcraft--color-palette--moss-green {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}
@property --nordcraft--text--on-nordcraft-primary {
  syntax: "<color>";
  inherits: true;
  initial-value: ;
}

  :host, :root {
  --red-50: #FEF2F2;
  --blue-50: #EFF6FF;
  --grey-50: #FAFAFA;
  --lime-50: #F7FEE7;
  --pink-50: #FDF2F8;
  --red-100: #FEE2E2;
  --red-200: #FECACA;
  --red-300: #FCA5A5;
  --red-400: #F87171;
  --red-500: #EF4444;
  --red-600: #DC2626;
  --red-700: #B91C1C;
  --red-800: #991B1B;
  --red-900: #7F1D1D;
  --teal-50: #F0FDFA;
  --blue-100: #DBEAFE;
  --blue-200: #BFDBFE;
  --blue-300: #93C5FD;
  --blue-400: #60A5FA;
  --blue-500: #3B82F6;
  --blue-600: #2563EB;
  --blue-700: #1D4ED8;
  --blue-800: #1E40AF;
  --blue-900: #1E3A8A;
  --green-50: #ECFDF5;
  --grey-100: #F5F5F5;
  --grey-200: #E5E5E5;
  --grey-300: #D4D4D4;
  --grey-400: #A3A3A3;
  --grey-500: #737373;
  --grey-600: #525252;
  --grey-700: #404040;
  --grey-800: #262626;
  --grey-900: #171717;
  --lime-100: #ECFCCB;
  --lime-200: #D9F99D;
  --lime-300: #BEF264;
  --lime-400: #A3E635;
  --lime-500: #84CC16;
  --lime-600: #65A30D;
  --lime-700: #4D7C0F;
  --lime-800: #3F6212;
  --lime-900: #365314;
  --pink-100: #FCE7F3;
  --pink-200: #FBCFE8;
  --pink-300: #F9A8D4;
  --pink-400: #F472B6;
  --pink-500: #EC4899;
  --pink-600: #DB2777;
  --pink-700: #BE185D;
  --pink-800: #9D174D;
  --pink-900: #831843;
  --teal-100: #CCFBF1;
  --teal-200: #99F6E4;
  --teal-300: #5EEAD4;
  --teal-400: #2DD4BF;
  --teal-500: #14B8A6;
  --teal-600: #0D9488;
  --teal-700: #0F766E;
  --teal-800: #115E59;
  --teal-900: #134E4A;
  --dark-blue: #0A3957;
  --green-100: #D1FAE5;
  --green-200: #A7F3D0;
  --green-300: #6EE7B7;
  --green-400: #34D399;
  --green-500: #10B981;
  --green-600: #059669;
  --green-700: #047857;
  --green-800: #065F46;
  --green-900: #064E3B;
  --purple-50: #F5F3FF;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
  --shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
  --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  --yellow-50: #FFFBEB;
  --dark-green: #112D25;
  --light-blue: #9DFAFF;
  --purple-100: #EDE9FE;
  --purple-200: #DDD6FE;
  --purple-300: #C4B5FD;
  --purple-400: #A78BFA;
  --purple-500: #8B5CF6;
  --purple-600: #7C3AED;
  --purple-700: #6D28D9;
  --purple-800: #5B21B6;
  --purple-900: #4C1D95;
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --yellow-100: #FEF3C7;
  --yellow-200: #FDE68A;
  --yellow-300: #FCD34D;
  --yellow-400: #FBBF24;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --yellow-700: #B45309;
  --yellow-800: #92400E;
  --yellow-900: #78350F;
  --light-green: #C4EAB9;
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --color--surface-0: var(--grey-900);
  --color--surface-1: var(--grey-800);
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --color--surface--0: var(--grey-900);
  --color--surface--1: var(--grey-800);
  --color--surface--2: var(--grey-700);
  --font-weight-black: 900;
  --font-weight-light: 300;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --color--text--on-surface: var(--grey-200);
  --nordcraft--text--primary: var(--light-blue);
  --color--background--tertiary: var(--grey-800);
  --color--border--on-surface-0: var(--grey-800);
  --color--border--on-surface-1: var(--grey-700);
  --color--border--on-surface-2: var(--grey-600);
  --nordcraft--background--primary: var(--light-blue);
  --color--text--on-surface-variant: var(--grey-400);
  --nordcraft--outline--on-background: var(--light-blue);
  --nordcraft--color-palette--moss-green: var(--light-green);
  --nordcraft--text--on-nordcraft-primary: var(--light-green);
}
  
  
  [data-nc-theme~="Default"] {
  --red-50: #FEF2F2;
  --blue-50: #EFF6FF;
  --grey-50: #FAFAFA;
  --lime-50: #F7FEE7;
  --pink-50: #FDF2F8;
  --red-100: #FEE2E2;
  --red-200: #FECACA;
  --red-300: #FCA5A5;
  --red-400: #F87171;
  --red-500: #EF4444;
  --red-600: #DC2626;
  --red-700: #B91C1C;
  --red-800: #991B1B;
  --red-900: #7F1D1D;
  --teal-50: #F0FDFA;
  --blue-100: #DBEAFE;
  --blue-200: #BFDBFE;
  --blue-300: #93C5FD;
  --blue-400: #60A5FA;
  --blue-500: #3B82F6;
  --blue-600: #2563EB;
  --blue-700: #1D4ED8;
  --blue-800: #1E40AF;
  --blue-900: #1E3A8A;
  --green-50: #ECFDF5;
  --grey-100: #F5F5F5;
  --grey-200: #E5E5E5;
  --grey-300: #D4D4D4;
  --grey-400: #A3A3A3;
  --grey-500: #737373;
  --grey-600: #525252;
  --grey-700: #404040;
  --grey-800: #262626;
  --grey-900: #171717;
  --lime-100: #ECFCCB;
  --lime-200: #D9F99D;
  --lime-300: #BEF264;
  --lime-400: #A3E635;
  --lime-500: #84CC16;
  --lime-600: #65A30D;
  --lime-700: #4D7C0F;
  --lime-800: #3F6212;
  --lime-900: #365314;
  --pink-100: #FCE7F3;
  --pink-200: #FBCFE8;
  --pink-300: #F9A8D4;
  --pink-400: #F472B6;
  --pink-500: #EC4899;
  --pink-600: #DB2777;
  --pink-700: #BE185D;
  --pink-800: #9D174D;
  --pink-900: #831843;
  --teal-100: #CCFBF1;
  --teal-200: #99F6E4;
  --teal-300: #5EEAD4;
  --teal-400: #2DD4BF;
  --teal-500: #14B8A6;
  --teal-600: #0D9488;
  --teal-700: #0F766E;
  --teal-800: #115E59;
  --teal-900: #134E4A;
  --dark-blue: #0A3957;
  --green-100: #D1FAE5;
  --green-200: #A7F3D0;
  --green-300: #6EE7B7;
  --green-400: #34D399;
  --green-500: #10B981;
  --green-600: #059669;
  --green-700: #047857;
  --green-800: #065F46;
  --green-900: #064E3B;
  --purple-50: #F5F3FF;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
  --shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
  --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  --yellow-50: #FFFBEB;
  --dark-green: #112D25;
  --light-blue: #9DFAFF;
  --purple-100: #EDE9FE;
  --purple-200: #DDD6FE;
  --purple-300: #C4B5FD;
  --purple-400: #A78BFA;
  --purple-500: #8B5CF6;
  --purple-600: #7C3AED;
  --purple-700: #6D28D9;
  --purple-800: #5B21B6;
  --purple-900: #4C1D95;
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --yellow-100: #FEF3C7;
  --yellow-200: #FDE68A;
  --yellow-300: #FCD34D;
  --yellow-400: #FBBF24;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --yellow-700: #B45309;
  --yellow-800: #92400E;
  --yellow-900: #78350F;
  --light-green: #C4EAB9;
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --color--surface-0: var(--grey-900);
  --color--surface-1: var(--grey-800);
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --color--surface--0: var(--grey-900);
  --color--surface--1: var(--grey-800);
  --color--surface--2: var(--grey-700);
  --font-weight-black: 900;
  --font-weight-light: 300;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --color--text--on-surface: var(--grey-200);
  --nordcraft--text--primary: var(--light-blue);
  --color--background--tertiary: var(--grey-800);
  --color--border--on-surface-0: var(--grey-800);
  --color--border--on-surface-1: var(--grey-700);
  --color--border--on-surface-2: var(--grey-600);
  --nordcraft--background--primary: var(--light-blue);
  --color--text--on-surface-variant: var(--grey-400);
  --nordcraft--outline--on-background: var(--light-blue);
  --nordcraft--color-palette--moss-green: var(--light-green);
  --nordcraft--text--on-nordcraft-primary: var(--light-green);
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-intertight: 'Inter Tight',sans-serif;
--font-literata: 'Literata',serif;
--font-instrumentserif: 'Instrument Serif',serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .IDxjo {
      display:flex;
      background: transparent;
      align-items:flex-start;
      margin-left:auto;
      margin-right:auto;
      flex-direction:column;
      justify-content:flex-start;
    }

    .dBiyEg {
      gap:16px;
      flex-wrap:wrap;
      flex-direction:row;
    }

    .eqbsFI {
      gap:16px;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:2rem;
    }

    .dHWkuN {
      color:var(--grey-200, #E5E5E5);
      font-size:1.5rem;
      font-weight:var(--font-weight-normal);
    }

    .cHkhkk {
      flex:1;
      display:flex;
      background:black;
      transition:all 300ms ease;
      align-items:center;
      padding-top:32px;
      padding-left:32px;
      padding-right:32px;
      padding-bottom:32px;
      justify-content:center;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .eaJqwt {
      color:white;
      display:inline-block;
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-regular);
    }

    .cnzmj {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      display:inline-block;
      font-size:16px;
      text-align:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-light);
    }

    .bJgeiy {
      width:100%;
      display:flex;
      row-gap:12px;
      animation:3s ease 0ms 1 normal none running animation-diMMIZ;
      column-gap:12px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    @keyframes animation-diMMIZ {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .dRjxgF {
      width:48px;
      height:48px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bWdktJ {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      font-size:13px;
      font-family:Inter Tight;
      font-weight:inherit;
    }

    .EhZeq {
      color:white;
      display:inline-block;
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
    }

    .frhATz {
      display:flex;
      row-gap:16px;
      animation:3s ease 0ms 1 normal none running animation-diMMIZ;
      column-gap:16px;
      align-items:center;
      justify-content:center;
    }

    .bgemrD {
      height:70px;
      position:relative;
      align-items:center;
      justify-content:center;
    }

    .cPeePh {
      position:relative;
    }

    .elLjjw {
      gap:24px;
      color:#E5E5E5;
      width:max-content;
      flex-grow:0;
      flex-shrink:0;
      padding-top:24px;
      padding-left:24px;
      border-radius:14px;
      padding-right:24px;
      padding-bottom:24px;
      background-color:var(--grey-800, #262626);
    }

    .bprYuk {
      gap:24px;
      color:#E5E5E5;
      width:max-content;
      flex-grow:1;
      flex-shrink:1;
      padding-top:24px;
      padding-left:24px;
      border-radius:14px;
      padding-right:24px;
      padding-bottom:24px;
      background-color:var(--grey-800, #262626);
    }

    .dyRlSV {
      display:none;
    }

    @media (min-width: 1280px) {

    .dyRlSV {
      top:;
      left:;
      right:;
      width:fit-content;
      display:flex;
      row-gap:16px;
      z-index:2;
      position:fixed;
      column-gap:16px;
      align-items:center;
      margin-left:auto;
      padding-top:16px;
      margin-right:auto;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:flex-end;
    }
    }

    .dNluiV {
      row-gap:4px;
      animation:300ms ease 0ms 1 normal none running animation-bdHHCp, 300ms ease 0ms 1 normal none running animation-cJDXep;
      background: #171717cc;
      box-shadow:0px 8px 24px 0px #00000099, 0px 1px 1px 0px #ffffff1a inset;
      column-gap:4px;
      transition:all 300ms ease  ;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      backdrop-filter:blur(10px);
      border-top-left-radius:26px;
      border-top-right-radius:26px;
      border-bottom-left-radius:26px;
      border-bottom-right-radius:26px;
    }

    .dNluiV.product {
      width:480px;
      height:200px;
    }

    .dNluiV.learn {
      width:720px;
      height:265px;
    }

    .dNluiV.community {
      width:720px;
      height:320px;
    }

    @keyframes animation-bdHHCp {
        0% {
          scale: 1 1;
        }

        30% {
          scale: 1.025 1.025;
        }

        100% {
          scale: 1 1;
        }
    }


    @keyframes animation-cJDXep {
        0% {
          top: 8px;
        }

        50% {
          top: -8px;
        }

        100% {
          top: 0px;
        }
    }

    .cszFPy {
      color:var(--color--text--on-surface, var(--grey-200));
      width:fit-content;
      height:40px;
      display:flex;
      row-gap:8px;
      font-size:16px;
      background:;
      column-gap:8px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-left:16px;
      border-radius:6px;
      padding-right:16px;
      flex-direction:row;
      justify-content:center;
    }

    .cszFPy:hover {
      background:var(--color--surface--0, var(--grey-900));;
    }

    .cszFPy:focus-visible {
      outline:2px solid var(--light-blue, var(--nordcraft--outline--on-background));
      outline-offset:2px;
    }

    .bGxFDk {
      rotate:0 0 1 0deg;
      font-size:inherit;
      transition:rotate 300ms ease;
      font-family:inherit;
      font-weight:inherit;
    }

    .bGxFDk.open {
      rotate:0 0 1 180deg;
      transition:rotate 300ms ease;
    }

    .dETuwj {
      row-gap:4px;
      column-gap:4px;
      flex-direction:row;
    }

    .dtRDxA {
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
    }

    .dtRDxA:focus-visible {
      outline-color:#000000;
      outline-style:none;
      outline-width:2px;
    }

    .HYPfY {
      color:var(--color--text--on-surface, var(--grey-200));
      width:40px;
      height:40px;
      display:flex;
      background:black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bchrzQ {
      flex:1;
      color:var(--color--text--on-surface, var(--grey-200));
      cursor:pointer;
      display:flex;
      row-gap:12px;
      font-size:16px;
      column-gap:12px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-top:8px;
      padding-left:8px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .bchrzQ:hover {
      color:var(--color--text--on-surface, var(--grey-200));;
      background:var(--grey-800, var(--color--background--tertiary));
    }

    .bchrzQ:focus-visible {
      animation:2s ease 0ms 1 normal none running animation-empty;
      outline-color:var(--light-blue, var(--nordcraft--outline--on-background));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .bchrzQ.animate-in {
      animation:300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 normal both running animation-DYGLl;
    }

    @keyframes animation-DYGLl {
        0% {
          margin-top: -6px;
        }

        0% {
          opacity: 0;
        }

        100% {
          margin-top: 0px;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes animation-empty {
    }

    .Butta {
      color:var(--color--text--on-surface, var(--grey-200));
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
    }

    .bZDvMp {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      flex-direction:row;
      justify-content:flex-start;
    }

    .eJbzdR {
      color:var(--grey-200, var(--color--text--on-surface));
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
    }

    .bwWdcw {
      flex:2;
      row-gap:4px;
      column-gap:4px;
      flex-direction:column;
    }

    .cWyguH {
      flex:1;
      color:var(--color--text--on-surface, var(--grey-200));
      display:flex;
      background: black;
      transition:all 300ms ease;
      align-items:center;
      padding-top:32px;
      border-color:var(--color--border--on-surface-0, var(--grey-800));
      border-style:solid;
      border-width:1px;
      padding-left:32px;
      padding-right:32px;
      padding-bottom:32px;
      justify-content:center;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .MuPQE {
      color:var(--grey-200, var(--color--text--on-surface));
      display:inline-block;
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-regular);
      line-height:1.2;
    }

    .kpDKi {
      color:var(--light-blue, var(--nordcraft--text--primary));
      display:inline-block;
      font-size:16px;
      text-align:center;
      font-family:"Inter Tight";
      font-weight:var(--font-weight-light);
      line-height:26px;
    }

    .dXhMBC {
      width:100%;
      display:flex;
      row-gap:8px;
      animation:3s ease 0ms 1 normal none running animation-diMMIZ;
      column-gap:8px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .menu-product\:8HI-_pWXCuFNfte2ZxRyG {
      animation:2s ease 0ms 1 normal none running animation-empty;
      max-height:56px;
    }

    .menu-product\:CeO9b-r2i8CQKjBQty4hU {
      animation:2s ease 0ms 1 normal none running animation-empty;
      max-height:56px;
    }

    .dgnxSg {
      color:var(--color--text--on-surface, var(--grey-200));
      width:40px;
      height:40px;
      display:flex;
      animation:;
      background:black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .BEFTq {
      box-sizing:border-box;
    }

    .eQqKkv {
      flex:2;
      width:fit-content;
      row-gap:4px;
      animation:2s ease 0ms 1 normal none running animation-empty;
      column-gap:4px;
      flex-direction:column;
    }

    .menu-product\:_zKBd7j6MrmpsgVgPzge4 {
      animation:;
      max-height:56px;
    }

    .bVUpIx {
      color:var(--light-blue, var(--nordcraft--text--primary));
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
    }

    .ePcAje {
      color:var(--color--text--on-surface, var(--grey-200));
      width:fit-content;
      cursor:pointer;
      height:40px;
      display:flex;
      row-gap:8px;
      font-size:16px;
      column-gap:8px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-left:16px;
      border-radius:6px;
      padding-right:16px;
      flex-direction:row;
      justify-content:center;
    }

    .ePcAje:hover {
      color:var(--color--text--on-surface, var(--grey-200));;
      background:var(--color--surface--0, var(--grey-900));;
    }

    .ePcAje:focus-visible {
      outline:2px solid var(--light-blue, var(--nordcraft--outline--on-background));
      outline-offset:2px;
    }

    .menu-community\:-g8-MQpRpX5Cud1uUUDNb {
      animation:2s ease 0ms 1 normal none running animation-empty;
    }

    .tDdzZ {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      flex-direction:row;
      justify-content:flex-start;
    }

    .menu-community\:CeO9b-r2i8CQKjBQty4hU {
      display:flex;
      align-items:center;
      padding-left:8px;
      padding-right:16px;
      flex-direction:row;
      justify-content:space-between;
    }

    .crDSpw {
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .cxzTT {
      flex:2;
      width:fit-content;
      row-gap:4px;
      column-gap:4px;
      flex-direction:column;
    }

    .flXXlh {
      color:white;
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
    }

    .menu-community\:_zKBd7j6MrmpsgVgPzge4 {
      animation:;
    }

    .menu-community\:iVvAptwqnQlzTilOzMX0r {
      animation:2s ease 0ms 1 normal none running animation-empty;
    }

    .bYjEso {
      color:var(--grey-900, var(--nordcraft--text--on-nordcraft-primary));
      font-size:13px;
      background:var(--light-green, var(--nordcraft--color-palette--moss-green));
      font-family:inherit;
      font-weight:inherit;
      padding-top:4px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:4px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .menu-community\:syDUi7Wd5PC-pnf8n0rCH {
      animation:2s ease 0ms 1 normal none running animation-empty;
    }

    .HomePage\:DSbk5_jhEfu9Fg7GJjvDo {
      top:0px;
      position:absolute;
    }

    .dnFdzm {
      gap:16px;
      width:100%;
      flex-wrap:wrap;
      max-width:1280px;
      flex-direction:row;
    }

    .dYngxQ {
      width:100vw;
      display:flex;
      flex-grow:1;
      background: black;
      flex-basis:0px;
      align-items:center;
      flex-shrink:1;
      justify-content:start;
    }

    .ekxDJJ {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-regular);
    }

    .cJPNa-d {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      display:inline-block;
      font-size:16px;
      font-family:Inter Tight;
      font-weight:var(--font-weight-light);
      line-height:24px;
    }

    .cIhCDt {
      gap:16px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
    }

    .euDGUH {
      gap:8px;
      flex-grow:1;
      flex-basis:0px;
      flex-shrink:1;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
    }

    .dOCfDk {
      gap:24px;
      width:100%;
      flex-wrap:wrap;
      max-width:1600px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
    }

    @media (min-width: 960px) {

    .dOCfDk {
      gap:32px;
      flex-direction:row;
    }
    }

    .frrubG {
      flex:1;
      color:var(--color--text--on-surface, var(--grey-200));
      cursor:pointer;
      min-width:240px;
      background:var(--color--surface--0, var(--grey-900));
      box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.2);
      padding-top:12px;
      padding-left:12px;
      border-radius:26px;
      padding-right:12px;
      padding-bottom:12px;
    }

    .frrubG.has-graphics {
      gap:12px;
    }

    .frrubG:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
      background-color:var(--grey-800, var(--color--surface--1));
    }

    .frrubG:hover {
      color:var(--color--text--on-surface, var(--grey-200));;
      background-color:var(--color--surface--2, var(--grey-700));;
    }

    .frrubG:active {
      background-color:var(--color--surface--2, var(--grey-700));;
    }

    .yebTd {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      display:inline-block;
      font-size:16px;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      line-height:24px;
    }

    .dVgdak {
      color:var(--grey-200, var(--color--text--on-surface));
      font-size:24px;
      font-family:Inter Tight;
      font-weight:var(--font-weight-normal);
      line-height:32px;
    }

    .fnLHyf {
      gap:8px;
      width:100%;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
    }

    .nordcraft-footer\:41KsL-teqT_JfR4YbvSFK {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .nordcraft-footer\:41KsL-teqT_JfR4YbvSFK {
      display:flex;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }
    }

    .fhsymt {
      color:var(--color--text--on-surface, var(--grey-200));
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-normal);
    }

    @media (min-width: 960px) {

    .fhsymt {
      font-size:48px;
      line-height:32px;
    }
    }

    .bvfGkK {
      color:var(--color--text--on-surface, var(--grey-200));
      width:48px;
      cursor:pointer;
      height:48px;
      outline:none;
      align-items:center;
      border-radius:6px;
      justify-content:center;
    }

    .bvfGkK:hover {
      color:var(--color--text--on-surface, var(--grey-200));;
      border-color:var(--grey-800, var(--color--border--on-surface-0));
      border-style:solid;
      border-width:1px;
      background-color:var(--grey-800, var(--color--surface--1));
    }

    .bvfGkK:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:1px;
    }

    .bvfGkK {
      border-color:var(--color--border--on-surface-0, var(--grey-800));;
      background-color:var(--color--surface--1, var(--grey-800));;
    }

    .nordcraft-footer\:8Q0fxibCb56hDvvAu3S4f {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .nordcraft-footer\:8Q0fxibCb56hDvvAu3S4f {
      display:flex;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }
    }

    .dVQVAh {
      gap:8px;
      flex-grow:1;
      flex-basis:0px;
      flex-shrink:1;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
    }

    @media (min-width: 960px) {

    .dVQVAh {
      flex-grow:0;
      flex-basis:0px;
      flex-shrink:0;
    }
    }

    .cQtHqN {
      color:white;
      width:fit-content;
      font-size:24px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      outline-style:none;
      justify-content:center;
    }

    .cQtHqN:hover {
      color:var(--light-blue, var(--nordcraft--text--primary));
    }

    .cQtHqN:focus-visible {
      color:var(--light-blue, var(--nordcraft--text--primary));
      text-decoration:underline;
    }

    .nordcraft-footer\:FsWkFSv1k-wUlBzwu8ccE {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft-footer\:G4WEvbSU0d-AZQkspfQic {
      color:var(--grey-400);
      font-size:16px;
    }

    .bQCxkY {
      width:96px;
      height:160px;
      flex-grow:1;
      flex-basis:0px;
      align-items:center;
      flex-shrink:1;
      border-radius:14px;
      justify-content:center;
      background-color:#000;
    }

    @media (min-width: 960px) {

    .bQCxkY {
      width:100%;
    }
    }

    .bPumFx {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:56px;
      padding-bottom:56px;
      justify-content:start;
      border-top-color:var(--color--border--on-surface-0, var(--grey-800));
      border-top-style:solid;
      border-top-width:1px;
    }

    .frdBzL {
      width:96px;
      height:160px;
      flex-grow:1;
      flex-basis:0px;
      object-fit:cover;
      flex-shrink:1;
      border-radius:14px;
    }

    @media (min-width: 960px) {

    .frdBzL {
      width:100%;
      height:256px;
    }
    }

    .nordcraft-footer\:RJYLLX-5z3l2tMyJxpUpa {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft-footer\:RhYkC_NIGpcAWJkTFvi-U {
      color:var(--grey-400);
      font-size:16px;
    }

    .dureUw {
      color:var(--light-blue, var(--nordcraft--text--primary));
      font-size:32px;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-regular);
      line-height:32px;
    }

    .cCYXsI {
      width:100%;
    }

    .bzNFjv {
      gap:16px;
      display:flex;
      flex-wrap:wrap;
      align-items:start;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      justify-content:center;
    }

    @media (min-width: 960px) {

    .bzNFjv {
      gap:24px;
    }
    }

    .eiYQtm {
      color:var(--grey-200, --color--text--on-surface);
      width:100%;
      height:80px;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/nordcraft:arrow-tree-4x.png/public") scroll padding-box border-box repeat no-repeat center center / 85px 80px;
    }

    .bsAJr {
      gap:16px;
      display:flex;
      flex-wrap:wrap;
      align-items:start;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      justify-content:center;
    }

    @media (min-width: 960px) {

    .bsAJr {
      gap:24px;
      display:flex;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }
    }

    .LSSgL {
      gap:48px;
      width:100%;
      display:flex;
      align-items:center;
      padding-top:56px;
      padding-bottom:56px;
      justify-content:start;
      border-top-color:var(--grey-800, --color--border--on-surface-0);
      border-top-style:solid;
      border-top-width:1px;
    }

    .bRvbHv {
      gap:0.5em;
      color:var(--flutterby-color, inherit);
      width:fit-content;
      font-size:inherit;
      align-items:center;
      font-weight:var(--font-weight-light);
      flex-direction:row;
      justify-content:start;
    }

    .bRvbHv:hover {
      text-decoration-line: underline;
      text-decoration-thickness:1px;
    }

    .nordcraft-footer\:mueSsN0EldUSKp8HUeL4N {
      color:var(--grey-200, #E5E5E5);
      width:48px;
      cursor:pointer;
      height:48px;
      outline:none;
      align-items:center;
      border-radius:6px;
      justify-content:center;
    }

    .eNltfH {
      color:white;
      display:flex;
      font-size:20px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-left:24px;
      padding-right:24px;
      justify-content:start;
    }

    .nordcraft-footer\:qiCriIU_SEVuGHc0xqAQa {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft-footer\:tw5Eb2xJ-Wb8ylG0EuWIH {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft-footer\:zqKi60UfeuGHSd6YEyOL6 {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .nordcraft-footer\:zqKi60UfeuGHSd6YEyOL6 {
      display:flex;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }
    }

    .HomePage\:G0a_K-OKWKcwuZLyDkGX4 {
      width:100%;
    }

    .HomePage\:H9d-RH2kbiA_0p0sSGihQ {
      width:32px;
      height:32px;
    }

    .SGrmN {
      color:var(--grey-200, #E5E5E5);
      display:flex;
      row-gap:0.5rem;
      font-size:1rem;
      column-gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .flGNIc {
      gap:24px;
      color:#E5E5E5;
      flex-grow:1;
      flex-basis:30%;
      flex-shrink:1;
      padding-top:24px;
      padding-left:24px;
      border-radius:14px;
      padding-right:24px;
      padding-bottom:24px;
      background-color:var(--grey-800, #262626);
    }

    .eJpbOU {
      color:var(--grey-200, #E5E5E5);
      font-size:1rem;
    }

    .XFfsC {
      left:0px;
      width:100%;
      bottom:0px;
      height:20vh;
      display:flex;
      row-gap:10%;
      position:absolute;
      animation:;
      column-gap:10%;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:flex-end;
      flex-direction:row;
      justify-content:center;
    }

    .rhQuE {
      width:140%;
      height:100%;
      display:flex;
      animation:;
      align-items:flex-end;
      flex-direction:row;
      justify-content:center;
      transform-origin:center bottom;
    }

    .epIQLS {
      width:10%;
      height:60%;
      display:flex;
      animation:3s cubic-bezier(0.42, 0, 0.58, 1) 0ms infinite alternate forwards running animation-btJssa;
      align-items:center;
      justify-content:flex-end;
      transform-origin:center bottom;
    }

    @keyframes animation-btJssa {
        0% {
          translate: var(--startend) var(--middle) 0;
        }

        0% {
          rotate: 0 0 1 0deg;
        }

        50% {
          rotate: 0 0 1 var(--rotation);
        }

        50% {
          translate: var(--middle) var(--startend) 0;
        }

        100% {
          translate: var(--startend) var(--middle) 0;
        }

        100% {
          rotate: 0deg;
        }
    }

    .fPTrp {
      scale:1 var(--scaleY) 1;
      width:100%;
      filter:blur(25px);
      height:100%;
      rotate:0 0 1 25deg;
      display:flex;
      animation:;
      translate:var(--offsetX) var(--offsetY) 0;
      background:linear-gradient(to bottom, var(--grey-900) 0%, var(--blue) 50%, var(--green) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      align-items:center;
      justify-content:flex-end;
      transform-origin:center center;
    }

    .qUSNp {
      color:var(--grey-400, #A3A3A3);
      display:inline-block;
      font-size:1rem;
    }

    .dJtdTt {
      gap:24px;
      color:#E5E5E5;
      width:max-content;
      flex-grow:0;
      flex-basis:20%;
      flex-shrink:0;
      padding-top:24px;
      padding-left:24px;
      border-radius:14px;
      padding-right:24px;
      padding-bottom:24px;
      background-color:var(--grey-800, #262626);
    }

    .cPngr {
      color:var(--grey-200, #E5E5E5);
      font-size:3rem;
      margin-top:4rem;
      font-weight:300;
    }

    .bVWPGt {
      gap:12px;
      top:0px;
      left:8px;
      height:72px;
      display:flex;
      z-index:2;
      position:fixed;
      align-items:flex-start;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:center;
    }

    @media (min-width: 1024px) {

    .bVWPGt {
      top:0px;
      left:0px;
    }
    }

    .LrgEc {
      top:72px;
      row-gap:4px;
      position:absolute;
      animation:300ms ease 0ms 1 normal none running animation-bdHHCp, 300ms ease 0ms 1 normal forwards running animation-cezEvk;
      background: #171717cc;
      box-shadow:0px 8px 24px 0px #00000099, 0px 1px 1px 0px #ffffff1a inset;
      column-gap:4px;
      transition:all 300ms ease;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      backdrop-filter:blur(10px);
      border-top-left-radius:26px;
      border-top-right-radius:26px;
      border-bottom-left-radius:26px;
      border-bottom-right-radius:26px;
    }


    @keyframes animation-cezEvk {
        0% {
          top: 72px;
        }

        50% {
          top: 64px;
        }

        100% {
          top: 72px;
        }
    }

    .dgtBZn {
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .EUvlE {
      gap:8px;
      font:var(--font-weight-semi-bold) 13px Fira Code;
      color:var(--nordcraft--text--primary, var(--light-blue));
      width:fit-content;
      border:1px solid var(--color--border--on-surface-2, var(--grey-600));
      cursor:pointer;
      height:32px;
      display:none;
      opacity:1;
      outline: none ;
      background: rgba(23, 23, 23, 0.8);
      box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      transition:opacity 300ms ease 0ms;
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      border-radius:8px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .EUvlE {
      gap:8px;
      font:var(--font-weight-semi-bold) 13px Fira Code;
      color:var(--nordcraft--text--primary, var(--light-blue));
      width:fit-content;
      cursor:pointer;
      height:32px;
      display:flex;
      outline:none ;
      background:rgba(23, 23, 23, 0.8);
      box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      border-radius:8px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }
    }

    .EUvlE:hover {
      color:black;
      background:white;
    }

    .EUvlE:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--outline--on-background));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .EUvlE:active {
      background:white;
    }

    .EUvlE.hide {
      opacity:0;
    }

    .bGngti {
      color:var(--color--text--on-surface, var(--grey-200));
      cursor:pointer;
      display:none;
      transform:scale(1.1, 1.);
      padding-top:8px;
      padding-left:8px;
      outline-style:none;
      outline-width:2px;
      padding-right:8px;
      flex-direction:row;
      outline-offset:2px;
      padding-bottom:8px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    @media (min-width: 960px) {

    .bGngti {
      display:flex;
    }
    }

    .bGngti:hover {
      color:white;
    }

    .bGngti:focus-visible {
      transform:scale(1.1, 1.);
      outline-color:var(--nordcraft--outline--on-background, var(--light-blue));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .menu-logo\:CeO9b-r2i8CQKjBQty4hU {
      animation:2s ease 0ms 1 normal none running animation-empty;
      max-height:56px;
    }

    .eXKVyV {
      color:var(--light-blue, var(--nordcraft--text--primary));
      width:40px;
      height:40px;
      display:flex;
      animation:;
      background:black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .menu-logo\:_zKBd7j6MrmpsgVgPzge4 {
      animation:;
      max-height:56px;
    }

    .egkcwx {
      width:fit-content;
    }

    .dxhjOu {
      color:white;
      cursor:pointer;
      outline:none;
      flex-direction:row;
    }

    .dxhjOu:focus-visible {
      color:var(--light-blue, var(--nordcraft--outline--on-background));
      transform:scale(1.1, 1.);
    }

    @media (min-width: 960px) {

    .dxhjOu {
      display:none;
    }
    }

    .HomePage\:aAuMCd5vH35DxbqT-FGl6 {
      top:0px;
      left:0px;
      position:absolute;
    }

    .fBkCyT {
      flex-basis:100%;
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .cMPpsz {
      color:var(--grey-200, #E5E5E5);
      font-size:2rem;
      font-weight:var(--font-weight-normal);
    }

    .HomePage\:g0QlMJXmLGnWG3TVRujqy {
      width:32px;
      height:32px;
    }

    .bdyKZP {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .rPZEe {
      gap:24px;
      color:#E5E5E5;
      width:100%;
      display:flex;
      flex-grow:1;
      flex-basis:100%;
      flex-shrink:1;
      padding-top:24px;
      padding-left:24px;
      border-radius:14px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:24px;
      background-color:var(--grey-800, #262626);
    }

    .eoUQE {
      top:0px;
      left:0px;
      z-index:1;
      position:fixed;
      flex-direction:row;
    }

    .dKjeRT {
      color:white;
      width:100%;
      height:auto;
      display:flex;
      font-size:24px;
      transition:height 300ms ease;
      align-items:flex-start;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      border-bottom:1px solid var(--color--border--on-surface-0, var(--grey-800));
      outline-style:none;
      justify-content:center;
    }

    .bMcDsP {
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .nordcraft-website-menu\:21G3R-AS_BmDuaRDXb-po {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      font-size:16px;
    }

    .cvsKZh {
      gap:8px;
      color:var(--light-blue, var(--nordcraft--text--primary));
      width:100%;
      display:flex;
      font-size:24px;
      align-items:start;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      flex-direction:column;
      justify-content:center;
    }

    .eLxpIu {
      width:100%;
      cursor:default;
      display:flex;
      align-items:center;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:space-between;
    }

    .eLxpIu:hover {
      color:var(--light-blue, var(--nordcraft--text--primary));
    }

    .eLxpIu:focus-visible {
      color:var(--light-blue, var(--nordcraft--text--primary));
      text-decoration:underline;
    }

    .fFMDyD {
      font:var(--font-weight-regular) 16px Inter Tight;
      color:black;
      width:fit-content;
      height:40px;
      display:flex;
      background:var(--nordcraft--background--primary, var(--light-blue));
      box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      align-items:center;
      padding-left:16px;
      border-radius:6px;
      padding-right:16px;
      justify-content:center;
    }

    .fFMDyD.flat {
      color:white;
      background:none;
      box-shadow:0px 0px 0px 0px #00000000;
    }

    .fFMDyD:hover {
      color:black;
      background:white;
    }

    .fFMDyD:focus-visible {
      outline:2px solid var(--light-blue, var(--nordcraft--outline--on-background));
      outline-offset:2px;
    }

    .fFMDyD:active {
      color:white;
      background:black;
    }

    .fFMDyD.flat:hover {
      color:white;
      background:#17171780;
      box-shadow:0px 0px 0px 0px #00000000;
    }

    .nordcraft-website-menu\:3mKBEKHp5VtMjDD02I_3x {
      gap:6px;
      color:white;
      height:42px;
      background:var(--color--surface--1, var(--grey-800));
      box-shadow:0px 2px 4px 0px #00000080;
      flex-direction:row;
    }

    .nordcraft-website-menu\:3mKBEKHp5VtMjDD02I_3x:hover {
      color:white;
      background:var(--color--surface--2, var(--grey-700));;
    }

    .bzyMtA {
      color:white;
      width:100%;
      height:auto;
      display:flex;
      font-size:24px;
      transition:height 300ms ease  ;
      align-items:flex-start;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      border-bottom:1px solid var(--grey-800);
      outline-style:none;
      justify-content:center;
    }

    .usdIX {
      gap:24px;
      width:100%;
      display:none;
      flex-wrap:wrap;
      background:linear-gradient(to bottom right, #000000 0%, #121212 50%, #000000 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      align-items:center;
      padding-top:32px;
      padding-left:32px;
      border-bottom:1px solid var(--color--border--on-surface-0, var(--grey-800));
      padding-right:32px;
      flex-direction:column;
      padding-bottom:32px;
      justify-content:center;
    }

    @media (min-width: 960px) {

    .usdIX {
      gap:24px;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      padding-top:32px;
      padding-left:32px;
      padding-right:32px;
      padding-bottom:32px;
      justify-content:center;
    }
    }

    .nordcraft-website-menu\:4UMlSPioG0po1fpGIey6j {
      color:var(--grey-400);
      font-size:16px;
    }

    .VzyHP {
      top:0px;
      color:white;
      border:1px solid var(--color--border--on-surface-0, var(--grey-800));
      height:184px;
      display:flex;
      animation:2s ease 0ms 1 normal none running anim-DbYP43;
      flex-grow:1;
      background:var(--color--surface--0, var(--grey-900));
      box-shadow:0px 4px 8px 0px #00000066;
      flex-basis:0px;
      transition:top 300ms ease;
      align-items:start;
      flex-shrink:1;
      padding-top:24px;
      padding-left:24px;
      outline-style:none;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:24px;
      justify-content:space-between;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .VzyHP:hover {
      top:-4px;
      border:1px solid var(--color--border--on-surface-1, var(--grey-700));;
      background:var(--color--surface--1, var(--grey-800));;
      box-shadow:0px 8px 16px 0px #00000066;
      transition:top 300ms ease;
    }

    .VzyHP:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .YFlxy {
      color:white;
      font-size:16px;
      font-family:Inter Tight;
    }

    .cmvWBz {
      width:100vw;
      height:100vh;
      background: #00000080;
    }

    .nordcraft-website-menu\:9m4gwH89SeTKq68jWUfs7 {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft-website-menu\:B8CePX6C-j-G5Y-0DqOKf {
      color:var(--grey-400);
      font-size:16px;
    }

    .cjwWnJ {
      gap:24px;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .dufdNg {
      gap:12px;
      color:white;
      width:42px;
      height:42px;
      display:flex;
      background:var(--color--surface--1, var(--grey-800));
      box-shadow:0px 2px 4px 0px #00000080;
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dufdNg:hover {
      background:var(--color--surface--2, var(--grey-700));;
    }

    .dufdNg.menuShown {
      color:white;
      background:var(--color--surface--0, var(--grey-900));;
    }

    .dufdNg.menuShown:hover {
      color:white;
      background:var(--grey-800, var(--color--surface--1));
    }

    .dufdNg:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .dufdNg {
      background:var(--color--surface--1, var(--grey-800));;
    }

    .ehTTjB {
      width:100%;
      padding-top:24px;
      padding-left:24px;
      border-bottom:1px solid var(--color--border--on-surface-0, var(--grey-800));
      padding-right:24px;
      padding-bottom:24px;
    }

    .bMgYDy {
      right:0px;
      width:100vw;
      height:100%;
      display:none;
      z-index:4;
      position:fixed;
      background:var(--grey-900);
      box-shadow:-16px 0px 16px 0px #00000040;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:margin-right 300ms ease;
      align-items:start;
      border-left:1px solid var(--color--border--on-surface-0, var(--grey-800));
      margin-right:-960px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .bMgYDy {
      width:640px;
      transition:margin-right 300ms ease;
    }
    }

    .bMgYDy.shown {
      display:flex;
      background:var(--grey-900);
      transition:margin-right 300ms ease;
      align-items:flex-start;
      margin-right:0px;
      justify-content:space-between;
    }

    .bMgYDy:focus-visible {
      outline-color:#000000;
      outline-style:none;
      outline-width:2px;
    }

    .nordcraft-website-menu\:GINDx_MYdJ-2Q4sIesdHc {
      color:var(--grey-400);
      font-size:16px;
    }

    .cvtFYg {
      gap:16px;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:start;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .cvtFYg {
      gap:24px;
      flex-direction:column;
    }
    }

    .fxqaUX {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      font-size:16px;
      font-family:Inter Tight;
    }

    .nordcraft-website-menu\:GqvQYRmxXFuBt15mvR_Xe {
      color:var(--grey-400);
      font-size:16px;
    }

    .brWZdC {
      gap:16px;
      color:white;
      right:0px;
      width:100vw;
      bottom:0px;
      display:flex;
      position:relative;
      flex-wrap:wrap;
      background:var(--color--surface--0, var(--grey-900));
      border-top:1px solid var(--grey-800, var(--color--border--on-surface-0));
      align-items:center;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:96px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .brWZdC {
      width:640px;
      display:flex;
      flex-direction:row;
      padding-bottom:24px;
    }
    }

    .nordcraft-website-menu\:KkUTQ5-gfR8NHa1Lzjpaz {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      font-size:16px;
    }

    .djOljv {
      gap:12px;
      font:var(--font-weight-regular) 16px Inter Tight;
      color:white;
      width:fit-content;
      height:40px;
      display:flex;
      background:var(--grey-900, var(--color--surface-0));
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      border-radius:6px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .djOljv:hover {
      color:white;
      background:var(--grey-800, var(--color--surface-1));
    }

    .djOljv.menuShown {
      color:white;
      background:var(--grey-900, var(--color--surface-0));
    }

    .djOljv.menuShown:hover {
      color:white;
      background:var(--grey-800, var(--color--surface-1));
    }

    .djOljv:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .nordcraft-website-menu\:PuMpmyedaLTc4PepOn6Fk {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft-website-menu\:QW7uXSrBwlgAiAJQQelr7 {
      color:var(--grey-400);
      font-size:16px;
    }

    .cZZGci {
      width:32px;
      height:32px;
      rotate:0 0 1 0deg;
      display:flex;
      font-size:inherit;
      transition:rotate 300ms ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      justify-content:center;
    }

    .cZZGci.open {
      rotate:0 0 1 180deg;
      transition:rotate 300ms ease;
    }

    .nordcraft-website-menu\:TmReoqhEsamjsHbz6tvdx {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      font-size:16px;
    }

    .nordcraft-website-menu\:UYWuXTgizHFpVEh4UJzpY {
      box-shadow:0px 2px 4px 0px #00000080;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .binUUT {
      box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      flex-direction:row;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    @media (max-width: 960px) {

    .binUUT {
      display:none;
    }
    }

    .eHgVbu {
      width:100vw;
      flex-grow:1;
      flex-basis:0px;
      overflow-y:scroll;
      flex-shrink:1;
      padding-bottom:96px;
      scrollbar-width:none;
    }

    .eHgVbu::-webkit-scrollbar {
    width: 0;
    }

    @media (min-width: 960px) {

    .eHgVbu {
      width:100%;
    }
    }

    .eeWuHq {
      top:0px;
      color:white;
      border:1px solid var(--color--border--on-surface-0, var(--grey-800));
      height:184px;
      display:flex;
      animation:2s ease 0ms 1 normal none running anim-DbYP43;
      flex-grow:1;
      background:var(--color--surface--0, var(--grey-900));
      box-shadow:0px 4px 8px 0px #00000066;
      flex-basis:0px;
      transition:top 300ms ease;
      align-items:start;
      flex-shrink:1;
      padding-top:24px;
      padding-left:24px;
      outline-style:none;
      padding-right:24px;
      padding-bottom:24px;
      justify-content:space-between;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .eeWuHq:hover {
      top:-4px;
      border:1px solid var(--color--border--on-surface-1, var(--grey-700));;
      background:var(--color--surface--1, var(--grey-800));;
      box-shadow:0px 8px 16px 0px #00000066;
      transition:top 300ms ease  ;
    }

    .eeWuHq:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    @keyframes anim-DbYP43 {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .cUGLEu {
      top:0px;
      color:white;
      border:1px solid var(--color--border--on-surface-0, var(--grey-800));
      height:184px;
      display:flex;
      animation:2s ease 0ms 1 normal none running anim-DbYP43;
      flex-grow:1;
      background:var(--color--surface--0, var(--grey-900));
      box-shadow:0px 4px 8px 0px #00000066;
      flex-basis:0px;
      transition:top 300ms ease;
      align-items:start;
      flex-shrink:1;
      padding-top:24px;
      padding-left:24px;
      outline-style:none;
      padding-right:24px;
      padding-bottom:24px;
      justify-content:space-between;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .cUGLEu:hover {
      top:-4px;
      border:1px solid var(--color--border--on-surface-1, var(--grey-700));;
      background:var(--color--surface--1, var(--grey-800));;
      box-shadow:0px 8px 16px 0px #00000066;
      transition:top 300ms ease;
    }

    .cUGLEu:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .nordcraft-website-menu\:_zQP5e9-6w7Bbc7Dhf3P0 {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      font-size:16px;
    }

    .nordcraft-website-menu\:aSzATSJVdHvVZm9SYVOUp {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft-website-menu\:bhRLDltIHUI33DKHYZZ4M {
      color:var(--color--text--on-surface-variant, var(--grey-400));
      font-size:16px;
    }

    .nordcraft-website-menu\:cUFvsQQg_TprgSFrT5j31 {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb {
      width:48px;
      height:48px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb:hover {
      background: var(--grey-800);
    }

    .nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb:focus-visible {
      outline-color:var(--light-blue);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .bmyrTM {
      color:var(--color--text--on-surface, var(--grey-200));
      width:48px;
      cursor:pointer;
      height:48px;
      outline:none;
      align-items:center;
      border-radius:6px;
      justify-content:center;
    }

    .bmyrTM:hover {
      color:var(--color--text--on-surface, var(--grey-200));
      border-color:var(--grey-800, var(--color--border--on-surface-0));
      border-style:solid;
      border-width:1px;
      background-color:var(--grey-800,--color --surface -- 1);
    }

    .bmyrTM:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .bmyrTM {
      border-color:var(--color--border--on-surface-0, var(--grey-800));;
    }

    .nordcraft-website-menu\:l-CuUFUFfTPDAxsa1ha9N {
      color:var(--grey-400);
      font-size:16px;
    }

    .fwgxtk {
      gap:12px;
      flex-direction:row;
    }

    .cfghjj {
      gap:16px;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:start;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .cfghjj {
      gap:24px;
      flex-direction:column;
    }
    }

    .nordcraft-website-menu\:oolpv0XA1HGIAycAkQH7U {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft-website-menu\:qZXZTaFN8aXMz65LKKqlk {
      color:var(--grey-400);
      font-size:16px;
    }

    .cnqUV {
      color:white;
      width:100vw;
      display:flex;
      font-size:16px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-top:16px;
      padding-left:16px;
      border-bottom:1px solid var(--color--border--on-surface-0, var(--grey-800));
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .cnqUV {
      width:100%;
    }
    }

    .bQWvSN {
      gap:12px;
      top:0px;
      right:0px;
      display:flex;
      z-index:3;
      position:fixed;
      align-items:center;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:end;
    }

    .nordcraft-website-menu\:zP-7V9wowb6ejPMcBaBVc {
      width:auto;
      height:20px;
    }

    .cGrKgO {
      row-gap:3rem;
      max-width:1280px;
      column-gap:3rem;
      align-items:flex-start;
      margin-left:auto;
      padding-top:2rem;
      margin-right:auto;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:2rem;
      justify-content:flex-start;
    }

    .byJIzt {
      gap:24px;
      display:flex;
      align-items:flex-start;
      padding-top:24px;
      padding-left:24px;
      border-radius:14px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:24px;
      justify-content:flex-start;
      background-color:var(--grey-800, #262626);
    }

    @media (min-width: 640px) {

    .byJIzt {
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }
    }

    .dZbKvR {
      gap:16px;
      flex:1;
      height:100%;
      display:flex;
      font-size:2rem;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }